Dashboard Temp Share Shortlinks Frames API

huxn-webdev - HTMLify profile

files of /huxn-webdev/HTML-CSS-JavaScript-100-Projects/61. Sidebar Animation/

app.js /huxn-webdev/HTML-CSS-JavaScript-100-Projects/61. Sidebar Animation/app.js
13 Views
0 Comments
const menuBtn = document.getElementById("menu");
const sidebar = document.getElementById("sidebar");
const content = document.ge
index.html /huxn-webdev/HTML-CSS-JavaScript-100-Projects/61. Sidebar Animation/index.html
33 Views
0 Comments
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta nam
style.css /huxn-webdev/HTML-CSS-JavaScript-100-Projects/61. Sidebar Animation/style.css
19 Views
0 Comments
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}

body {
background-color: #4b4b4b;